home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
tourist-trap.swf
/
scripts
/
frame_119
/
PlaceObject2_256_3
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-29
|
185 b
|
10 lines
onClipEvent(load){
_root.time = _root["time" + _root.level];
i = 1;
while(i <= 225)
{
_root["pr" + i] = _root["p" + _root.level + "r" + i];
i++;
}
}